home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / clustrck.zip / FILEDOC.DOC < prev    next >
Text File  |  1987-04-21  |  3KB  |  67 lines

  1.  
  2.     LISTFREE : List Free Cluster Program          Version 1.00, 14-Feb-1987
  3.                                   SMG Software
  4.  
  5.     Shows available clusters on a disk. A group of consecutive free clusters 
  6.     lists as a range.
  7.  
  8.     Format: LISTFREE [d:]
  9.       LISTFREE      (Lists free clusters on the default drive)
  10.       LISTFREE A:   (Lists free clusters on drive A:)
  11.  
  12.     -----------------------------------------------------------------------
  13.     LISTBAD : List Bad Cluster Program            Version 1.24, 16-Feb-1987 
  14.  
  15.     Shows bad clusters on a disk. A group of consecutive bad clusters lists
  16.     as a range.
  17.  
  18.     Format: LISTBAD [d:]
  19.       LISTBAD      (Lists free clusters on the default drive)
  20.       LISTBAD A:   (Lists free clusters on drive A:)
  21.  
  22.     -----------------------------------------------------------------------    
  23.     OWNER : Cluster Owner Program                 Version 1.61, 21-Apr-1987
  24.  
  25.     Shows which file contains a particular cluster number.
  26.  
  27.     The first cluster on any disk is considered by DOS to be #2.  
  28.  
  29.     Once you have determined which file the cluster belongs to, you can copy
  30.     it to another place on the disk, or RECOVER it, or simply delete it.
  31.  
  32.     You may then use the MARK program to mark that cluster as bad.  
  33.  
  34.     Format:  OWNER [d:] n [[d:] n [...]]
  35.         d: = Optional Drive Letter          n  = Cluster Number to Check
  36.     
  37.       OWNER 10  (Shows which file owns cluster 10 on the default drive)
  38.       OWNER A: 100   (Shows which file owns cluster 100 on Drive A:)
  39.       OWNER D: 5 12  (Shows which file owns clusters 5 and 12 on Drive D:)
  40.       OWNER 17 A: 7  (Shows which file owns cluster 17 on the default drive
  41.                       and which file owns cluster 7 on Drive A:)
  42.  
  43.     -----------------------------------------------------------------------    
  44.     MARK : Mark/UnMark Bad Cluster Program        Version 2.31, 12-Jan-1987
  45.  
  46.     Marks or unmarks a cluster as bad.
  47.     The first cluster on any disk is considered to be #2.  
  48.     You can only MARK unused clusters.
  49.     To MARK a used cluster as bad, use the OWNER program to determine which
  50.     file is using that cluster, copy that file to another name, delete the
  51.     original file (to free the cluster) and THEN mark the cluster as bad.  
  52.  
  53.     Format:   MARK [d:] [/Q | /U | /M] n
  54.     d:   Optional drive letter.  If omitted, the default drive is used.  
  55.     /Q   Query switch.  Shows current status of the specified clusters
  56.          If no other switch is specified, Query is assumed.  
  57.     /U   Un-mark switch.  The specified clusters will be un-marked.
  58.     /M   Mark switch.  The specified clusters will be marked as bad.
  59.     n    Cluster Number, in decimal.  The first data cluster is 2.
  60.  
  61.        MARK 0     (Will give an *ERROR*, first cluster is 2)
  62.        MARK 23    (Shows current status of cluster 23 on current disk)
  63.        MARK A: /Q 14  (Shows current status of cluster 14 on drive A:)
  64.        MARK /M 2      (Marks cluster 2 of the current disk as bad)
  65.        MARK B: /U 10  (Unmarks cluster 10 of drive B: as bad)
  66.  
  67.